ARROW-8106: [Python] Ensure extension array conversion tests passes with latest pandas#6614
ARROW-8106: [Python] Ensure extension array conversion tests passes with latest pandas#6614jorisvandenbossche wants to merge 1 commit into
Conversation
…ith latest pandas
wesm
left a comment
There was a problem hiding this comment.
+1. Can we try to fix the underlying issue before the 0.17.0 closes?
I can try to look at the casting issue next week (https://issues.apache.org/jira/browse/ARROW-7858). |
…ay tests Reverts #6614, now ARROW-7858 (casting extension type based on its storage type) is implemented. Closes #6664 from jorisvandenbossche/ARROW-7857 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
It's not fixing the underlying issue (ARROW-7857), but at least making sure the test build is green again.